projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
838fad1
)
(Fexpand_abbrev): Remove unused variables.
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 20 Sep 1999 00:34:35 +0000
(
00:34
+0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 20 Sep 1999 00:34:35 +0000
(
00:34
+0000)
src/abbrev.c
patch
|
blob
|
history
diff --git
a/src/abbrev.c
b/src/abbrev.c
index f8352ad3660b8bcf29bedd248945386dcfc56eeb..e3ee9e039b2256a1ea607f07d65b92bd946cdb5f 100644
(file)
--- a/
src/abbrev.c
+++ b/
src/abbrev.c
@@
-227,7
+227,6
@@
Returns the abbrev symbol, if expansion took place.")
int uccount = 0, lccount = 0;
register Lisp_Object sym;
Lisp_Object expansion, hook, tem;
- int oldmodiff = MODIFF;
Lisp_Object value;
value = Qnil;